WEST COAST PEST /PEST FRONTEND RESET

Purpose:
Restore the /pest attendance frontend back to the last known good rollback UI shell.
This removes the patched frontend layer that is causing hover-but-not-click behavior.

FILES IN THIS ZIP
- pest/attendance/index.html
- pest/attendance/style.css
- pest/attendance/app.js
- pest/attendance/service-worker.js
- pest/attendance/manifest.json

OVERWRITE INTO
/public_html/

FINAL PATHS SHOULD BE
/public_html/pest/attendance/index.html
/public_html/pest/attendance/style.css
/public_html/pest/attendance/app.js
/public_html/pest/attendance/service-worker.js
/public_html/pest/attendance/manifest.json

WHAT THIS DOES
- restores the clean rollback attendance HTML/CSS/JS shell
- points the frontend to /pest/api instead of /api
- forces a fresh app.js cache version
- unregisters old service workers on load to kill stale broken cached assets

TEST AFTER UPLOAD
1. Open https://uent.co.za/pest/attendance/
2. Hard refresh once
3. Login
4. Test Working Lunch
5. Test Logout

IMPORTANT
This is a frontend reset package only. It does not touch the database and does not change the /pest API files.
